-
Notifications
You must be signed in to change notification settings - Fork 21
Handle pushes containing multiple backouts #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For example,
The backout of |
Some additional examples that we currently don't handle perfectly:
When we get to fixing this, we can test with the pushes above. |
See also #198. |
Useful to reduce false positives (related to #204)
Useful to reduce false positives (related to #204)
As part of this, we should add a test where we have two backouts of push A and B, X passes on A but fails on B, fixed by commit points to the backout push (X should be attributed to B but not to A). |
Uh oh!
There was an error while loading. Please reload this page.
If a failure is marked as
fixed by commit
of a backout push which contains multiple backouts, we can't really know which of the backouts is actually relevant.From Matrix:
The text was updated successfully, but these errors were encountered: